Skip to content

docs(deepagents): rename programmatic subagents to dynamic subagents#4607

Merged
Sydney Runkle (sydney-runkle) merged 3 commits into
mainfrom
docs/dynamic-subagents-rename
Jun 28, 2026
Merged

docs(deepagents): rename programmatic subagents to dynamic subagents#4607
Sydney Runkle (sydney-runkle) merged 3 commits into
mainfrom
docs/dynamic-subagents-rename

Conversation

@hntrl

Copy link
Copy Markdown
Member

Summary

Renames the Deep Agents "Programmatic subagents" page to "Dynamic subagents," adds a how-to-enable / quickstart section for dynamic subagents on the main Subagents page, and documents that phrasing a request as a "workflow" nudges the agent toward interpreter-driven orchestration.

Changes

src/oss/deepagents/dynamic-subagents.mdx (renamed from programmatic-subagents.mdx)

  • Retitled to "Dynamic subagents" and updated all in-page wording (intro, beta warning, "Disable dynamic subagents" section).
  • Added a "Trigger dynamic orchestration" section explaining that dispatch is implicit and that the interpreter system prompt strongly hints a "workflow" equates to organizing work through the interpreter via task(). Framed as a prompt-level hint, not an API parameter.

src/oss/deepagents/subagents.mdx

  • Added a "Dynamic subagents" section covering how to enable (install quickjs, add CodeInterpreterMiddleware), the subagents=False opt-out, version requirements, the "workflow" trigger guidance, and a link to the full Dynamic subagents page.

src/oss/deepagents/interpreters.mdx

  • Updated all cross-references (card, decision table, bridges bullet, section heading, "see also" link, and both config tables) from "Programmatic subagents" to "Dynamic subagents."

src/docs.json

  • Updated nav entries for Python and JavaScript to point to dynamic-subagents.
  • Added redirects from the old programmatic-subagents paths (Python + JS) to the new ones.

@github-actions

Copy link
Copy Markdown
Contributor

Thanks for opening a docs PR, Hunter Lovell (@hntrl)! When it's ready for review, please add the relevant reviewers:

  • @npentrel or @lnhsingh (Deep Agents)

@github-actions github-actions Bot added internal deepagents For docs changes to Deep Agents oss labels Jun 24, 2026
@sydney-runkle Sydney Runkle (sydney-runkle) merged commit eb00faa into main Jun 28, 2026
20 of 21 checks passed
@sydney-runkle Sydney Runkle (sydney-runkle) deleted the docs/dynamic-subagents-rename branch June 28, 2026 14:24
@github-actions

Copy link
Copy Markdown
Contributor

Mintlify preview branch generated: preview-docsdy-1782656769-5d7a089

Site preview: https://langchain-5e9cc07a-preview-docsdy-1782656769-5d7a089.mintlify.app

Important

Preview links may take a few minutes to start working while the deployment finishes.

Changed documentation pages (preview deep links):

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

deepagents For docs changes to Deep Agents internal oss

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants